home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on enterFrame
- global gSong, gPath, gYesQuit, grooveSaveList, seqSaveList, mixSaveList, synthSaveList
- if the visible of window "Help" then
- moveHelp()
- else
- if gYesQuit then
- IKSynthStop()
- IKStop()
- IKDispose()
- closeXLib(gPath & "Xtras:IKTrack")
- closeXLib(gPath & "Xtras:FileIOXtraFat")
- closeXLib(gPath & "Xtras:FileUtil")
- put EMPTY into field "fieldMasterVol"
- put EMPTY into field "fieldBpm"
- put EMPTY into field "fieldDescription"
- go(1, "exit")
- end if
- end if
- end
-